home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000207_news@columbia.edu _Sun Oct 17 16:26:25 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA19120
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 17 Oct 1999 16:26:25 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA26544
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 17 Oct 1999 16:13:55 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "Eric J. Paulsen" <epaulsen@smls.org>
  10. Subject: Logging Data on ttyS1 with Kermit
  11. Message-ID: <M5qO3.2626$C8.742431@homer.alpha.net>
  12. Date: Sun, 17 Oct 1999 15:13:07 -0500
  13. To: kermit.misc@columbia.edu
  14.  
  15. I have a phone switch connected to my RH5.2 Linux box via a serial cable. It
  16. simply dumps phone usage data. I would like to have kermit upon system
  17. startup connect to /dev/ttyS1 and log all data to /var/log/phonelog.
  18.  
  19. While I can get the connection started with a line like:
  20.  
  21. kermit -l /dev/ttyS1 -b 4800 -c
  22.  
  23. I'm not sure how to get kermit to write to the specified log file. Any help
  24. would be appreciated. TIA.
  25.  
  26. Eric
  27.  
  28.